Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 15, 2025

Bumps type-fest from 4.41.0 to 5.0.0.

Release notes

Sourced from type-fest's releases.

v5.0.0

Breaking

New types

  • Alphanumeric — Single alphanumeric character (A–Z, a–z, 0–9). 484e030
  • AllExtend — Evaluates to true if every element of a tuple/array extends U. c8c6d55
  • ConditionalSimplify — Simplifies a type’s unions/intersections with opt-in controls. b7a4771
  • ConditionalSimplifyDeep — Deep version of ConditionalSimplify that recurses into objects. b7a4771
  • DigitCharacter — Single ASCII digit character (0–9). 484e030
  • ExcludeStrict — Non-distributive, stricter variant of Exclude<T, U>. e6f62a2
  • ExtendsStrict — Non-distributive A extends B check. d71242a
  • ExtractStrict — Non-distributive, stricter variant of Extract<T, U>. 98d24fa
  • IsLowercase — Evaluates to true if a string literal is all lowercase. afe132c
  • IsNullable — Evaluates to true if T includes null. 5067e25
  • IsOptional — Evaluates to true if T includes undefined. 5067e25
  • IsOptionalKeyOf — Evaluates to true if property K of T is optional. 93728b5
  • IsReadonlyKeyOf — Evaluates to true if property K of T is readonly. 93728b5
  • IsRequiredKeyOf — Evaluates to true if property K of T is required. 93728b5
  • IsUnion — Evaluates to true if T is a union type. b3d92ed
  • IsUndefined — Evaluates to true if the type is exactly undefined. f7bc576
  • IsUppercase — Evaluates to true if a string literal is all uppercase. afe132c
  • LowercaseLetter — Single lowercase Latin letter (a–z). 484e030
  • RemovePrefix — Removes a specified prefix from a string literal. 18a1c04
  • UppercaseLetter — Single uppercase Latin letter (A–Z). 484e030

Improvements

Fixes

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 15, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/type-fest-5.0.0 branch from 09136a5 to 3ecc4e1 Compare September 15, 2025 10:00
Bumps [type-fest](https://github.com/sindresorhus/type-fest) from 4.41.0 to 5.0.0.
- [Release notes](https://github.com/sindresorhus/type-fest/releases)
- [Commits](sindresorhus/type-fest@v4.41.0...v5.0.0)

---
updated-dependencies:
- dependency-name: type-fest
  dependency-version: 5.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/type-fest-5.0.0 branch from 3ecc4e1 to 052d1f7 Compare September 15, 2025 10:59
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2025

Superseded by #1196.

@dependabot dependabot bot closed this Sep 22, 2025
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/type-fest-5.0.0 branch September 22, 2025 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants